home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / packer / xpkarchive / examples / readme < prev    next >
Text File  |  1995-03-09  |  478b  |  28 lines

  1. xarc: add, extract and list files in an archive
  2.  
  3.    add files:
  4.  
  5.       xarc [-m Mode] archive file1 [file2 ...]
  6.  
  7.    extract files:
  8.       xarc -u archive file1[,generation] [file2[,generation] ...]
  9.  
  10.    list files:
  11.       xarc -l archive
  12.  
  13.  
  14. xcopy: copy files from one archive to another
  15.  
  16.    xcopy srcarchive dstarchive file[,gen] [file[,gen] ....]
  17.  
  18.  
  19. xren: rename files in the archive
  20.  
  21.    xren archive old[,gen] new[,gen]
  22.  
  23.  
  24. xnote: set filenotes
  25.  
  26.    xnote archive file[,gen] filenote
  27.  
  28.